/*Banks, Schwartz & Levitz CSS*/

body {
background-color: #E0E7ED;
text-align:center;
margin:0px 0px 0px 0px;
background-image: url('backgr-home.jpg') ;
background-repeat: repeat-x;
background-attachment: fixed;
}

#container {
	width:700px;	
	min-height: 80%;
	text-align:left;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
	padding:0px 10px 10px 10px;
}

#header {	
	width:100%;
	background-color:#FFFFFF;
}

#footer {	
	width:100%;
	background-color:#FFFFFF;
	padding:20px 0px 0px 0px;		
}

#content {
	width:100%;
	background-color:#FFFFFF;
	padding:0px 10px 0px 0px;	
}

/*#text {	
	float:right;
	width:420px;
	height: 80%;
	background-color:#FFFFFF	
}*/

img {	
	float:left;
	width:250px;	
	/*padding:0px 10px 0px 0px;*/
	margin:0px 10px 0px 0px;
}

#hr {
width: 100%;
border-top: 1px dashed #999999;
border-bottom: 1px dashed white;
text-align:center;
}

.bsl-logo{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 35px;
color: #000000;
}

.slogan{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 15px;
color: #000000;
}

.title{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
color: #006699;
}

.credits {
font-family: Arial, Helvetica, sans-serif;
font-size:70%;
font-weight: normal;
color: #333333;
text-align:right;
}

.text {
font-family: Arial, Helvetica, sans-serif;
font-size:70%;
font-weight: bold;
color: #000000;
}

#border-form {

border: thin dotted #006699;
}

li.nav {display:inline}

/*Top Navigation*/

ul.top-nav
{
float:left;
width:100%;
padding: 0em 0em 0em 0em;
margin:0;
list-style-type:none;
}
a.top-nav
{
float:left;
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding:0em 2em 0em 0em; /*top - right - bottom - left*/
}
a.top-nav:link {color: #006699}
a.top-nav:visited {color: #006699}
a.top-nav:hover {color: #666666; text-decoration:underline;}
a.top-nav:active {color: #006699}

/*Bottom Navigation*/

ul.bottom-nav
{

width:100%;
padding: 0em 0em 0px 0em;
height: 10px;
margin:0;
list-style-type:none;
text-align:center;
}

a.bottom-nav
{

text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:0em 2em 0em 0em; /*top - right - bottom - left*/
text-align:center;
}
a.bottom-nav:link {color: #006699}
a.bottom-nav:visited {color: #006699}
a.bottom-nav:hover {color: #666666; text-decoration:underline;}
a.bottom-nav:active {color: #006699}

/*Links content*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
}
a:visited {color: #006699}
a:hover {color: #666666; text-decoration:underline;}
a:active {color: #006699}

p {
line-height: 0.5cm;
font-family: Arial, Helvetica, sans-serif;
font-size:80%;
font-weight: normal;
font-color:#000000;
}

li {
line-height: 0.5cm;
font-family: Arial, Helvetica, sans-serif;
font-size:80%;
font-weight: normal;
font-color:#000000;
}